@Regression
@Positive
@Negative
@Boundary
Feature: Online Calculator Scenarios
Description: As a user of the online calculator
I want to verify that the calculator performs basic calculations correctly
File name: calculator.feature
Relative path: tests/calculator.feature
Given
user open the calculator page
When
user enter "3" "-" and "2"
Given
user open the calculator page
When
user enter "5" "/" and "4"
Given
user open the calculator page
When
user enter "2.5" "+" and "3.8"
Given
user open the calculator page
When
user enter "-3" "-" and "-2"
Given
user open the calculator page
When
user enter "-5.25" "/" and "-4.4"
Given
user open the calculator page
When
user enter "-2" "+" and "-3"
Given
user open the calculator page
When
user enter "-12" "-" and "11"
Given
user open the calculator page
When
user enter "15.25" "/" and "-4.5"
Given
user open the calculator page
When
user enter "-8" "+" and "3"
Given
user open the calculator page
When
user enter "4" "/" and "0"
Given
user open the calculator page
When
user enter "4" "/" and "1"
Given
user open the calculator page
When
user enter "4" "/" and "4"
Given
user open the calculator page
When
user enter "-4" "/" and "0"
Given
user open the calculator page
When
user enter "-4" "/" and "1"
Given
user open the calculator page
When
user enter "-4" "/" and "4"
Given
user open the calculator page
When
user enter "999999999" "+" and "999999999"
Given
user open the calculator page
When
user enter "-999999999" "-" and "999999999"